@charset "UTF-8";
/* CSS Document */
*{margin:0;padding:0;font-family: Microsoft Yahei,Tahoma,Arial,SimSun,Hiragino Sans GB,PMingLiu,Verdana,sans-serif;}
img{border:none;vertical-align:middle;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,a,b,em,i,strong,html,article,aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{margin:0;padding:0;}  /*内外边距为0*/
table{border-collapse:collapse;border-spacing:0;background: transparent;} /*表格合并边框*/
fieldset,img{border:0;}   /*将分组后的form元素边框，图片边框设置为无*/
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,textarea{-webkit-user-select:text;-ms-user-select:text;user-select:text;-webkit-appearance:none;font-size:1em;line-height:1.5em;}
input,select,textarea{outline:none;border:none;background:none;}
a{outline:0;cursor:pointer;*star:expression(this.onbanner=this.blur());color:#fff;}
a:link,a:active,a:hover{text-decoration:none;}
a:visited{text-decoration:none;}
a{text-decoration:none;-webkit-touch-callout:none;}
em,i{font-style:normal;}
li,ol{list-style:none;}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-full:before,.container-full:after,.row:before,.row:after,.nav:before,.nav:after,.navbar:before,.navbar:after {
	display:table;
	content:" ";
}
.clearfix:after,.container:after,.container-full:after,.row:after,.nav:after,.navbar:after {
	clear:both
}
.clearfix { *zoom:1; }
.clear{clear:both;height:0;font-size:0;line-height:0;visibility:hidden; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
html {
	font-family: "Helvetica Neue",Helvetica, sans-serif;
	/*谷歌浏览器字体最小字体12px*/
	-webkit-text-size-adjust: 100%;/*100%/none 关闭字体大小自动调整功能*/
	/*a标签及拥有 :active伪类的元素有默认的高亮框*/
	-webkit-tap-hightlight-color: transparent;
}
body{
	overflow-x:hidden;
	/*开启moblie网页快速滚动和回弹的效果*/
	-webkit-overflow-scrolling: touch;
	font-size: 12px;
	color:#333;
	behavior: url(../js/csshover.htc);
}
.container {
	margin-right:auto;
	margin-left:auto;
	max-width: 1200px;
}
.row {
	padding:0 10px;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11{
	float:left;
	position:relative;
	min-height:1px;
}
.col-12 {
	width:100%;
	position:relative;
}
.col-11 {
	width:91.66666667%
}
.col-10 {
	width:83.33333333%
}
.col-9 {
	width:75%
}
.col-8 {
	width:66.66666667%
}
.col-7 {
	width:58.33333333%
}
.col-6 {
	width:50%
}
.col-5 {
	width:41.66666667%
}
.col-4 {
	width:33.33333333%
}
.col-3 {
	width:25%
}
.col-2 {
	width:16.65%
}
.col-1 {
	width:8.33333333%
}
*form{
	vertical-align: middle
}
label {
	display:inline-block;
}
input[type="search"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
input[type="radio"],input[type="checkbox"] {
	margin-top:1px \9;
	line-height:normal
}
input[type="file"] {
	display:block
}
input[type="range"] {
	display:block;
	width:100%
}
select[multiple],select[size] {
	height:auto
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
input[type="search"] {
	-webkit-appearance:none
}
.btn {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:normal;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}
.pull-right,.fr {
	float:right !important
}
.pull-left,.fl {
	float:left !important
}
.hide {
	display:none !important
}
.show {
	display:block !important
}
.off-fixed {
	position:fixed
}

